#Tcp Device
netcat -v {ip} {port}
#Udp Device
netcat -u {ip} {port}
#Payload Conversion from ascii to binary before sending through netcat
echo -n "2A74000143D3D7662869C1E49FEF18055E46AE545E46AE54139241ACBA2A4BB5000A051F260A0DAF01004E0000000300" | xxd -r -p | netcat -u {ip} {port}